net/tftp: fix build if CMD_BOOTEFI is not set
authorJörg Krause <[email protected]>
Fri, 15 Sep 2017 20:16:48 +0000 (22:16 +0200)
committerTom Rini <[email protected]>
Fri, 22 Sep 2017 11:40:05 +0000 (07:40 -0400)
commit64b8d7a677ce625c7dd30c040b32b606aea61745
tree9ad57aaa7212bd6a70cd65111fc93a21bea313eb
parent2fa73e784da105419b7d9d07d8f9d4a79afe531a
net/tftp: fix build if CMD_BOOTEFI is not set

Fixes:
net/tftp.c:811: undefined reference to `efi_set_bootdev'

Signed-off-by: Jörg Krause <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
net/tftp.c